home *** CD-ROM | disk | FTP | other *** search
- // =================
- // VEHICLE EXPLOSION
- // =================
-
- [ExplosionClass]
- classLabel = "explosion"
-
- particleTypes = 7
-
- particleClass1 = "xcarxpl.smokeshock"
- particleCount1 = 2
- particleVeloc1 = "0.0 0.0 0.0"
-
- particleClass2 = "xcarxpl.explode"
- particleCount2 = 1
- particleVeloc2 = "1.0 1.0 1.0"
-
- particleClass3 = "xcarxpl.light"
- particleCount3 = 1
- particleVeloc3 = "0.0 1.0 0.0"
-
- particleClass4 = "xcarxpl.smokecenter"
- particleCount4 = 2
- particleVeloc4 = "0.0 1.0 0.0"
-
- particleClass5 = "xcarxpl.streamer"
- particleCount5 = 20
- particleVeloc5 = "30.0 5.0 30.0"
- particleBias5 = "0.0 1.0 0.0"
-
- particleClass6 = "xcarxpl.embercore"
- particleCount6 = 2
- particleVeloc6 = "0.0 1.0 0.0"
-
- particleClass7 = "xcarxpl.explode2"
- particleCount7 = 1
- particleVeloc7 = "1.0 1.0 1.0"
-
- damageRadius = 20.0
- damageValue(N) = 50
- damageValue(L) = 50
- damageValue(H) = 50
- damageValue(S) = 50
- damageValue(D) = 50
- damageValue(A) = 50
-
- [smokeshock]
- simulateBase = "sim_dust"
- lifeTime = 3.0
- renderBase = "draw_twirl_trail"
- textureName = "smoke.tga"
- textureBlend = "srcalpha invsrcalpha modulatealpha"
- startColor = " 0 0 0 255"
- finishColor = "127 127 127 0"
- startRadius = 1.0
- finishRadius = 5.0
- animateTime = 3.0
- rotationRate = 2.0
- emitDelay = 0.1
- emitVelocity = "0.0 0.0 0.0"
- emitVariance = "5.0 1.0 5.0"
- emitLife = 3.0
-
- [explode]
- simulateBase = "sim_smoke"
- lifeTime = 0.3
- renderBase = "draw_twirl_trail"
- textureName = "flame2.tga"
- textureBlend = "one one modulate"
- startColor = " 255 255 200 255"
- finishColor = "255 0 0 0"
- startRadius = 3.0
- finishRadius = 2.0
- animateTime = 1.0
- rotationRate = 2.0
- emitDelay = 0.3
- emitVelocity = "0.0 0.0 0.0"
- emitVariance = "5.0 5.0 5.0"
- emitLife = 1.0
-
- [explode2]
- simulateBase = "sim_smoke"
- lifeTime = 0.3
- renderBase = "draw_twirl_trail"
- textureName = "flame2.tga"
- textureBlend = "one one modulate"
- startColor = " 255 255 200 255"
- finishColor = "255 0 0 0"
- startRadius = 2.0
- finishRadius = 1.0
- animateTime = 2.0
- rotationRate = 2.0
- emitDelay = 0.3
- emitVelocity = "0.0 0.0 0.0"
- emitVariance = "5.0 5.0 5.0"
- emitLife = 2.0
-
- [Light]
- simulateBase = "sim_null"
- lifeTime = 2.0
- renderBase = "draw_light"
- startColor = "255 255 255 255"
- finishColor = "255 0 0 0"
- startRadius = 60.0
- finishRadius = 60.0
- animateTime = 2.0
- attenuateConstant = 0.0
- attenuateLinear = 1.0
- attenuateQuadratic = 0.0
-
- [smokecenter]
- simulateBase = "sim_null"
- lifeTime = 2.0
- renderBase = "draw_twirl"
- textureName = "smoke.tga"
- textureBlend = "srcalpha invsrcalpha modulatealpha"
- startColor = " 0 0 0 255"
- finishColor = "0 0 0 0"
- startRadius = 5.0
- finishRadius = 5.0
- animateTime = 2.0
- rotationRate = 1.0
-
- [streamer]
- simulateBase = "sim_ember"
- lifeTime = 2.0
- renderBase = "draw_trail"
- textureBlend = "one one modulate"
- startColor = "255 127 0 255"
- finishColor = "255 0 0 0"
- startRadius = 0.05
- finishRadius = 0.0
- trailTime = 2.0
- segmentTime = 0.5
-
- [embercore]
- simulateBase = "sim_smoke"
- lifeTime = 2.0
- renderBase = "draw_twirl"
- textureName = "smoke.tga"
- textureBlend = "srcalpha invsrcalpha modulatealpha"
- startColor = " 127 64 0 255"
- finishColor = "64 0 0 0"
- startRadius = 2.0
- finishRadius = 3.0
- animateTime = 2.0
- rotationRate = 2.0